3.383 \(\int \frac{(f+g x^{-n})^2 \log ^q(c (d+e x^n)^p)}{x} \, dx\)

Optimal. Leaf size=31 \[ \text{Unintegrable}\left (\frac{\left (f+g x^{-n}\right )^2 \log ^q\left (c \left (d+e x^n\right )^p\right )}{x},x\right ) \]

[Out]

Unintegrable[((f + g/x^n)^2*Log[c*(d + e*x^n)^p]^q)/x, x]

________________________________________________________________________________________

Rubi [A]  time = 0.107068, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\left (f+g x^{-n}\right )^2 \log ^q\left (c \left (d+e x^n\right )^p\right )}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Int[((f + g/x^n)^2*Log[c*(d + e*x^n)^p]^q)/x,x]

[Out]

Defer[Int][((f + g/x^n)^2*Log[c*(d + e*x^n)^p]^q)/x, x]

Rubi steps

\begin{align*} \int \frac{\left (f+g x^{-n}\right )^2 \log ^q\left (c \left (d+e x^n\right )^p\right )}{x} \, dx &=\int \frac{\left (f+g x^{-n}\right )^2 \log ^q\left (c \left (d+e x^n\right )^p\right )}{x} \, dx\\ \end{align*}

Mathematica [A]  time = 0.435311, size = 0, normalized size = 0. \[ \int \frac{\left (f+g x^{-n}\right )^2 \log ^q\left (c \left (d+e x^n\right )^p\right )}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[((f + g/x^n)^2*Log[c*(d + e*x^n)^p]^q)/x,x]

[Out]

Integrate[((f + g/x^n)^2*Log[c*(d + e*x^n)^p]^q)/x, x]

________________________________________________________________________________________

Maple [A]  time = 28.329, size = 0, normalized size = 0. \begin{align*} \int{\frac{ \left ( \ln \left ( c \left ( d+e{x}^{n} \right ) ^{p} \right ) \right ) ^{q}}{x} \left ( f+{\frac{g}{{x}^{n}}} \right ) ^{2}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((f+g/(x^n))^2*ln(c*(d+e*x^n)^p)^q/x,x)

[Out]

int((f+g/(x^n))^2*ln(c*(d+e*x^n)^p)^q/x,x)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: RuntimeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f+g/(x^n))^2*log(c*(d+e*x^n)^p)^q/x,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{{\left (f^{2} x^{2 \, n} + 2 \, f g x^{n} + g^{2}\right )} \log \left ({\left (e x^{n} + d\right )}^{p} c\right )^{q}}{x x^{2 \, n}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f+g/(x^n))^2*log(c*(d+e*x^n)^p)^q/x,x, algorithm="fricas")

[Out]

integral((f^2*x^(2*n) + 2*f*g*x^n + g^2)*log((e*x^n + d)^p*c)^q/(x*x^(2*n)), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f+g/(x**n))**2*ln(c*(d+e*x**n)**p)**q/x,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (f + \frac{g}{x^{n}}\right )}^{2} \log \left ({\left (e x^{n} + d\right )}^{p} c\right )^{q}}{x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f+g/(x^n))^2*log(c*(d+e*x^n)^p)^q/x,x, algorithm="giac")

[Out]

integrate((f + g/x^n)^2*log((e*x^n + d)^p*c)^q/x, x)